_ Partial Class RenameStopwatch Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.KryptonButton1 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton2 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.SuspendLayout() ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("Segoe UI Semilight", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.Location = New System.Drawing.Point(12, 12) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(212, 23) Me.TextBox1.TabIndex = 1 ' 'KryptonButton1 ' Me.KryptonButton1.Location = New System.Drawing.Point(230, 7) Me.KryptonButton1.Name = "KryptonButton1" Me.KryptonButton1.Size = New System.Drawing.Size(51, 25) Me.KryptonButton1.TabIndex = 2 Me.KryptonButton1.Values.Text = "OK" ' 'KryptonButton2 ' Me.KryptonButton2.Location = New System.Drawing.Point(287, 7) Me.KryptonButton2.Name = "KryptonButton2" Me.KryptonButton2.Size = New System.Drawing.Size(60, 25) Me.KryptonButton2.TabIndex = 3 Me.KryptonButton2.Values.Text = "Cancel" ' 'RenameStopwatch ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.LightSkyBlue Me.ClientSize = New System.Drawing.Size(366, 41) Me.Controls.Add(Me.KryptonButton2) Me.Controls.Add(Me.KryptonButton1) Me.Controls.Add(Me.TextBox1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "RenameStopwatch" Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents KryptonButton1 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonButton2 As ComponentFactory.Krypton.Toolkit.KryptonButton End Class